home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / areuh.tar / areuh / assembler / agen.h < prev    next >
C/C++ Source or Header  |  1990-10-10  |  761b  |  40 lines

  1. /*
  2.  * Authors :
  3.  *   Pierre DAVID (pda@masi.ibp.fr or pda@frunip62.bitnet)
  4.  *   Janick TAILLANDIER
  5.  *
  6.  * This program can be freely used or distributed as long as this
  7.  * note is kept.
  8.  *
  9.  * This program is provided "as is".
  10.  */
  11.  
  12. /******************************************************************************
  13.  
  14.                    AREUH ASSEMBLER
  15.  
  16.            GLOBAL DECLARATIONS FOR CODE GENERATION
  17.  
  18.  
  19. ******************************************************************************/
  20.  
  21. #define F_LSET 0x01
  22. #define F_RETY 0x02
  23. #define F_TREE 0x04
  24. #define F_GOYS 0x08
  25. #define F_ABSL 0x10
  26. #define F_EXPR 0x20
  27. #define F_GSUB 0x40
  28. #define F_PART 0x80
  29.  
  30. #define fs_A 9
  31. #define fs_B 7
  32.  
  33. #define ar_C 1
  34. #define ar_D 2
  35. #define ar_E 3
  36. #define ar_F 4
  37.  
  38. extern uchar hex () ;
  39. extern int dec () ;
  40.